home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / kmail291.zip / KMAIL.CFG < prev    next >
Text File  |  1992-02-09  |  10KB  |  278 lines

  1. ;--------------------------------------------------------------------;
  2. ;                    Kmail Configuration File                        ;
  3. ;--------------------------------------------------------------------;
  4. ; Max line length is 70 chars. Comments are indicated by a semicolon ;
  5. ; in column one. Blank lines to improve readability are ok too.      ;
  6. ;--------------------------------------------------------------------;
  7. ;              All parms *MUST* begin in column 1.                   ;
  8. ;--------------------------------------------------------------------;
  9.  
  10. ;--------------------------------------------------------------------;
  11. ; The values in parms 1-4 are placed into the CONTROL.DAT file       ;
  12. ; within the .QWK mail packet to conform to standards. Parm (1) is   ;
  13. ; displayed to the user by some offline RDR's. Limit this parm length;
  14. ; to about 40 characters or it won't fit in the space allocated.     ;
  15. ;                                                                    ;
  16. ; Parm 1 - BBS Name, displayed by RDR's                              ;
  17. ;--------------------------------------------------------------------;
  18. Produced by Kmail via Twin Peak's BBS
  19.  
  20. ;------------------------------------------------;
  21. ; Parm 2 - City, State, Zip
  22. ;------------------------------------------------;
  23. Longmont, Co., 80501
  24.  
  25. ;------------------------------------------------;
  26. ; Parm 3 - BBS Phone Number
  27. ;------------------------------------------------;
  28. (303)-651-0225
  29.  
  30. ;------------------------------------------------;
  31. ; Parm 4 - Sysop Name (mixed case ok)
  32. ;------------------------------------------------;
  33. Ken Krueger, Sysop
  34.  
  35. ;------------------------------------------------;
  36. ; Parm 5 - Mail Packet Name, 8 chars max.
  37. ;          NO .EXT    (UPPER CASE ONLY).
  38. ;------------------------------------------------;
  39. TWINPEAK
  40.  
  41. ;------------------------------------------------;
  42. ; Speed=ConnectBPS,Conf-Limit,Total-Limit
  43. ;------------------------------------------------;
  44. ; Where: ConnectBPS= The modem carrier connect
  45. ;                    speed. (not port speed).
  46. ;
  47. ;        Conf-Limit= Maximum number of messages
  48. ;                    per conference.
  49. ;
  50. ;       Total-Limit= Total overall # of messages
  51. ;------------------------------------------------;
  52. Speed=300,15,50
  53. Speed=1200,50,200
  54. Speed=2400,150,400
  55. Speed=4800,200,600
  56. Speed=9600,200,900
  57. Speed=14400,200,1500
  58. Speed=Local,300,1000
  59. Speed=Qnet,500,2000
  60.  
  61. ;------------------------------------------------;
  62. ;        Protocol BAT file names
  63. ;------------------------------------------------;
  64. ; RX=Xmodem sum Receive BAT
  65. ; RC=Xmodem crc Receive BAT
  66. ; RO=Xmodem-1K  Receive BAT
  67. ; RY=Ymodem     Receive BAT
  68. ; RG=Ymodem-g   Receive BAT
  69. ; RZ=Zmodem     Receive BAT
  70. ; RH=HS/Link    Receive BAT
  71. ;
  72. ; SX=Xmodem sum Send BAT
  73. ; SC=Xmodem crc Send BAT
  74. ; SO=Xmodem-1K  Send BAT
  75. ; SY=Ymodem     Send BAT
  76. ; SG=Ymodem-g   Send BAT
  77. ; SZ=Zmodem     Send BAT
  78. ; SH=HS/Link    Send BAT
  79.  
  80. ;------------------------------------------------;
  81. ; Note: Deleting an entry here will remove the
  82. ;       coorsponding protocol on the menu screen.
  83. ;------------------------------------------------;
  84. RX=PCBRX.BAT
  85. RC=PCBRC.BAT
  86. RO=PCBRO.BAT
  87. RY=PCBRY.BAT
  88. RG=PCBRG.BAT
  89. RZ=PCBRZ.BAT
  90.  
  91. SX=PCBSX.BAT
  92. SC=PCBSC.BAT
  93. SO=PCBSO.BAT
  94. SY=PCBSY.BAT
  95. SG=PCBSG.BAT
  96. SZ=PCBSZ.BAT
  97.  
  98. ;------------------------------------------------;
  99. ;    Optional - Delete this section if you
  100. ;    do not intend to support HS/Link
  101. ;------------------------------------------------;
  102. ;       Hs/Link  Protocol Transfer Options
  103. ;------------------------------------------------;
  104. ; RH=HS/Link  Receive BAT
  105. ; SH=HS/Link  Send BAT
  106. ;------------------------------------------------;
  107. RH=PCBRH.BAT
  108. SH=PCBSH.BAT
  109.  
  110. ;------------------------------------------------;
  111. ;    Optional - Delete this section if you
  112. ;    do not intend to support Puma.
  113. ;------------------------------------------------;
  114. ;       PUMA  Protocol Transfer Options
  115. ;------------------------------------------------;
  116. ; RP=Puma  Receive BAT
  117. ; SP=Puma  Send BAT
  118. ;------------------------------------------------;
  119. RP=PCBRP.BAT
  120. SP=PCBSP.BAT
  121.  
  122. ;------------------------------------------------;
  123. ;    Optional - Delete this section if you
  124. ;    do not intend to support BiModem.
  125. ;------------------------------------------------;
  126. ;       BiModem  Protocol Transfer Options
  127. ;------------------------------------------------;
  128. ; RB=BiModem  Receive BAT
  129. ; SB=BiModem  Send BAT
  130. ;------------------------------------------------;
  131. RB=PCBRB.BAT
  132. SB=PCBSB.BAT
  133.  
  134. ;------------------------------------------------;
  135. ;              Qnet_Private=Yes/No
  136. ;------------------------------------------------;
  137. ;  This option if set to Yes will allow a caller
  138. ;  with Network-Status to download all private
  139. ;  messages, EXCEPT for comments to sysop, that
  140. ;  have the ECHO flag enabled in the msg header.
  141. ;------------------------------------------------;
  142. Qnet_Private=No
  143.  
  144. ;------------------------------------------------;
  145. ;              Ignore_Echo=Yes/No
  146. ;------------------------------------------------;
  147. ;  This option applies only to Network-Status.
  148. ;
  149. ;  If set to YES will cause Kmail to ignore the
  150. ;  conference ECHO flag and allow downline nodes
  151. ;  the ability to import messages from conf's
  152. ;  defined as NON-ECHO. <usually Main Conf>
  153. ;
  154. ;  If set to NO, then messages in non-echo conf's
  155. ;  cannot be imported into the remote systems
  156. ;  messages base.
  157. ;------------------------------------------------;
  158. Ignore_Echo=No
  159.  
  160. ;------------------------------------------------;
  161. ;   Qwk_Dir=Location of where QWK's are stored
  162. ;   Rep_Dir=Location of where REP's are stored
  163. ;------------------------------------------------;
  164. ; Use this to specify the default path/dir for
  165. ; local processing of QWK/REP files. This would
  166. ; normally be the location where your RDR expects
  167. ; to find the these files.
  168. ;------------------------------------------------;
  169. Qwk_Dir=C:\COMM\QWK
  170. Rep_Dir=C:\COMM\REP
  171.  
  172. ;------------------------------------------------;
  173. ;         Zip_Opt=Any valid PKZip parameter(s)
  174. ;------------------------------------------------;
  175. ;  If you need different ZIP options than the
  176. ;  normal system defaults, use this option.
  177. ;
  178. ;  Something like "Zip_Opt=-a -es" for example.
  179.  
  180.  
  181. ;------------------------------------------------;
  182. ;         Scan_Upld_Only=Yes/No
  183. ;------------------------------------------------;
  184. ;  When set to Yes, restricts the new file scan
  185. ;  to just the public upload directory. This
  186. ;  offers best performance. Specify No if your
  187. ;  operation requires ALL directories be scanned.
  188. ;------------------------------------------------;
  189. Scan_Upld_Only=Yes
  190.  
  191. ;------------------------------------------------;
  192. ;              Buffers=nnn   (Default = 120)
  193. ;------------------------------------------------;
  194. ;  Specify the number of dynamic I/O buffer
  195. :  blocks that Kmail should allocate.
  196. ;
  197. ;  I/O buffer blocks are 512 bytes each and are
  198. ;  equally split between input and output files.
  199. ;
  200. ;  Tested with a value of 320 on a single node
  201. ;  non-multitasking system.
  202. ;
  203. ; CAUTION: Too high a value will run you
  204. ;          out of memory.
  205. ;------------------------------------------------;
  206. Buffers=120
  207.  
  208. ;------------------------------------------------;
  209. ;                ARC=Yes/No
  210. ;                LHA=Yes/No
  211. ;------------------------------------------------;
  212. ;  Specify if you wish to support either or both
  213. ;  of these arichive methods. If not specified
  214. ;  the default is Yes. Specify No to remove the
  215. ;  option from the menu screen.
  216. ;------------------------------------------------;
  217. ARC=Yes
  218. LHA=Yes
  219.  
  220. ;------------------------------------------------;
  221. ;      Mail_Waiting=Yes/No  (Default = Yes)
  222. ;------------------------------------------------;
  223. ;  Specify whether you want the "Mail Waiting"
  224. ;  flags set when importing messages. This option
  225. ;  makes Kmail run a little slower.
  226. ;------------------------------------------------;
  227. Mail_Waiting=Yes
  228.  
  229. ;------------------------------------------------;
  230. ;      Disable_GoodBye=Yes/No (Default = No)
  231. ;------------------------------------------------;
  232. ;  If you wish to prevent callers from logging
  233. ;  off from within KMail, specify yes here. You
  234. ;  might need this if setup to "Drop To Dos"
  235. ;  after each call.
  236. ;------------------------------------------------;
  237. Disable_GoodBye=No
  238.  
  239. ;------------------------------------------------;
  240. ;            Tag=Data for your BBS
  241. ;------------------------------------------------;
  242. ;  The TAG information is intended primarily for
  243. ;  systems that are part of a mail network. A TAG
  244. ;  line of up to 60 characters is supported.
  245. ;
  246. ; Ex:  Tag=Super BBS (303)-555-5555 - Hayes Ultra
  247. ;------------------------------------------------;
  248.  
  249. ;------------------------------------------------;
  250. ;               Force_Tag=Yes/No
  251. ;------------------------------------------------;
  252. ;  The TAG information is normally only appended
  253. ;  to messages posted in conferences that have
  254. ;  the "echo" flag enabled. Use this option to
  255. ;  force tagging of messages of non-echo conf's
  256. ;  including Main.
  257. ;------------------------------------------------;
  258. Force_Tag=No
  259.  
  260. ;------------------------------------------------;
  261. ;               Fido_Tag=Yes/No
  262. ;------------------------------------------------;
  263. ;  Specifing yes here will cause the ■ character
  264. ;  to be replaced by an * on the tag lines. This
  265. ;  is most likely required on Fido networks.
  266. ;------------------------------------------------;
  267. Fido_Tag=No
  268.  
  269. ;------------------------------------------------;
  270. ;               Disable=nn   (default = 15)
  271. ;------------------------------------------------;
  272. ;  Specify the number of minutes (0-60) prior to
  273. ;  the system event to prohibit downloading a
  274. ;  mail packet. Other functions are allowed to
  275. ;  continue up until the event.
  276. ;------------------------------------------------;
  277. Disable=15
  278.